Lines Matching refs:next_line_tokens
49 int next_line_tokens();
54 int next_line_tokens( char **bufp, ssize_t *blenp, char ***toksp );
183 if ( next_line_tokens( &buf, &buflen, &toks ) != 2 ||
495 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) != 1 ) {
511 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) != 1 ) {
522 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) != 1 ) {
533 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) < 1 ) {
550 while (( tokcnt = next_line_tokens( bufp, blenp, &toks )) > 0 ) {
573 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) != 1 ) {
588 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) != 1 ) {
599 if (( tokcnt = next_line_tokens( bufp, blenp, &toks )) != 1 ) {
614 while (( tokcnt = next_line_tokens( bufp, blenp, &toks )) > 0 ) {
656 while (( tokcnt = next_line_tokens( bufp, blenp, &toks )) > 0 ) {