Searched refs:prev_sep (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c410 int i, prev_sep, in_string, in_comment; local
424 prev_sep = 1; /* Tell the parser if 'i' points to start of word. */
435 if (prev_sep && *p == scs[0] && *(p+1) == scs[1]) {
448 prev_sep = 1;
451 prev_sep = 0;
460 prev_sep = 0;
470 prev_sep = 0;
481 prev_sep = 0;
490 prev_sep = 0;
495 if ((isdigit(*p) && (prev_sep || ro
[all...]

Completed in 25 milliseconds