OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:laststr
(Results
1 - 2
of
2
) sorted by null
/system/core/sh/
histedit.c
226
const char *firststr, *
laststr
;
local
242
(void) &
laststr
;
339
laststr
= "-1";
343
laststr
= lflg ? "-1" : argv[0];
347
laststr
= argv[1];
357
last = str_to_event(
laststr
, 1);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c
319
yasm_bytecode *filebc, *nullbc, *
laststr
, *firstbc;
local
388
laststr
= yasm_section_bcs_last(info.stabstr);
389
if (
laststr
== NULL)
394
stab->value = yasm_bc_next_offset(
laststr
);
Completed in 136 milliseconds