Searched refs:tok_nextc (Results 1 – 4 of 4) sorted by relevance
32 static int tok_nextc(struct tok_state *tok);857 tok_nextc(register struct tok_state *tok) in tok_nextc() function1232 c = tok_nextc(tok); in tok_get()1320 c = tok_nextc(tok); in tok_get()1339 *tp++ = c = tok_nextc(tok); in tok_get()1359 c = tok_nextc(tok); in tok_get()1373 c = tok_nextc(tok); in tok_get()1375 c = tok_nextc(tok); in tok_get()1381 c = tok_nextc(tok); in tok_get()1387 c = tok_nextc(tok); in tok_get()[all …]
47 static int tok_nextc(struct tok_state *tok);907 tok_nextc(struct tok_state *tok) in tok_nextc() function1334 c = tok_nextc(tok); in tok_decimal_tail()1339 c = tok_nextc(tok); in tok_decimal_tail()1368 c = tok_nextc(tok); in tok_get()1457 c = tok_nextc(tok); in tok_get()1466 c = tok_nextc(tok); in tok_get()1499 c = tok_nextc(tok); in tok_get()1508 c = tok_nextc(tok); in tok_get()1534 c = tok_nextc(tok); in tok_get()[all …]
11971 - Return unsigned characters from tok_nextc(), so '\377' isn't
29350 - Return unsigned characters from tok_nextc(), so '\377' isn't