OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tline
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c
467
static Token *expand_mmac_params(Token *
tline
);
468
static Token *expand_smacro(Token *
tline
);
469
static Token *expand_id(Token *
tline
);
1010
static Token * tasm_join_tokens(Token *
tline
)
1013
for (prev = NULL, t =
tline
; t; prev = t, t = next) {
1609
Token *
tline
;
local
4900
Token *
tline
;
local
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
scanner.h
10
unsigned int tchar,
tline
, cline;
member in struct:Scanner
scanner.c
33
s->tchar = s->
tline
= 0;
221
s->
tline
= s->cline;
606
yylval.token = Token_new(Scanner_token(s), s->
tline
);
746
fprintf(stderr, "line %d, column %d: %s\n", s->
tline
, s->tchar + 1, msg);
/ndk/sources/host-tools/make-3.81/tests/
test_driver.pl
559
local($
tline
);
599
$
tline
= $line;
600
if (substr ($
tline
, 0, 1) eq "\t")
602
substr ($
tline
, 0, 1) = $t;
604
print "$
tline
\n";
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/bootstrap/
scanner.c
33
s->tchar = s->
tline
= 0;
221
s->
tline
= s->cline;
606
yylval.token = Token_new(Scanner_token(s), s->
tline
);
746
fprintf(stderr, "line %d, column %d: %s\n", s->
tline
, s->tchar + 1, msg);
Completed in 116 milliseconds