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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfc_led_parse.c42 static token_t get_token(char **pptr, int lineNo, actfun_t *fun);
119 int lineNo, /* current line number, used for syslog. If set to */
145 if (lineNo != 0)
146 SYSLOG(LOG_ERR, EM_NONALF_TOK, lineNo);
162 if (lineNo != 0)
163 SYSLOG(LOG_ERR, EM_UNKN_TOK, lineNo);
488 int lineNo = 0; local
503 lineNo++;
504 tok = get_token(&ptr, lineNo, &action);
523 SYSLOG(LOG_ERR, EM_INVAL_TOK, lineNo);
116 get_token( char **pptr, int lineNo, actfun_t *fun) argument
[all...]

Completed in 44 milliseconds