OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_wordc
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/error/
input.c
46
int
cur_wordc
; /* how long the current error message is */
variable in typeref:typename:int
81
wordvbuild(line, &
cur_wordc
, &cur_wordv);
88
if (
cur_wordc
> 0 &&
107
if (
cur_wordc
> 0)
108
erroradd(
cur_wordc
, cur_wordv+1, errorclass, C_UNKNOWN);
168
if (
cur_wordc
== 1 && language != INLD) {
176
cur_wordc
= 0;
199
if (
cur_wordc
== 1 && language == INLD) {
205
cur_wordc
= 4;
209
if (
cur_wordc
== 1)
[
all
...]
input.c
46
int
cur_wordc
; /* how long the current error message is */
variable in typeref:typename:int
81
wordvbuild(line, &
cur_wordc
, &cur_wordv);
88
if (
cur_wordc
> 0 &&
107
if (
cur_wordc
> 0)
108
erroradd(
cur_wordc
, cur_wordv+1, errorclass, C_UNKNOWN);
168
if (
cur_wordc
== 1 && language != INLD) {
176
cur_wordc
= 0;
199
if (
cur_wordc
== 1 && language == INLD) {
205
cur_wordc
= 4;
209
if (
cur_wordc
== 1)
[
all
...]
Completed in 81 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025