Searched refs:iarg (Results 26 - 27 of 27) sorted by relevance

12

/macosx-10.10/vim-55/src/
H A Dsyntax.c92 static int highlight_list_arg __ARGS((int id, int didh, int type, int iarg, char_u *sarg, char *name));
8519 highlight_list_arg(id, didh, type, iarg, sarg, name)
8523 int iarg;
8533 if (type == LIST_STRING ? (sarg != NULL) : (iarg != 0))
8537 sprintf((char *)buf, "%d", iarg - 1);
8545 if (iarg & hl_attr_table[i])
8550 iarg &= ~hl_attr_table[i]; /* don't want "inverse" */
/macosx-10.10/uucp-11/uucp/
H A Duuconv.c42 static void uvwrite_boolean P((FILE *e, int iarg, const char *zcmd));

Completed in 124 milliseconds

12