Searched refs:lidx (Results 1 – 3 of 3) sorted by relevance
2476 if (lidx < 0 && list->lv_len + lidx >= 0) in exec_instructions()2478 lidx = list->lv_len + lidx; in exec_instructions()2479 if (lidx < 0 || lidx > list->lv_len) in exec_instructions()2481 semsg(_(e_listidx), lidx); in exec_instructions()2484 if (lidx < list->lv_len) in exec_instructions()2486 listitem_T *li = list_find(list, lidx); in exec_instructions()2555 if (lidx < 0 && len + lidx >= 0) in exec_instructions()2557 lidx = len + lidx; in exec_instructions()2560 if (lidx < 0 || lidx > len) in exec_instructions()2562 semsg(_(e_blobidx), lidx); in exec_instructions()[all …]
184 lidx = sigline.find('(')186 if lidx > 0 and ridx > 0:187 arg_text = sigline[lidx+1:ridx] + ')'
202 lidx = sigline.find('(')204 if lidx > 0 and ridx > 0:205 arg_text = sigline[lidx+1:ridx] + ')'