OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_type
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/ext2ed/
main.c
79
struct struct_descriptor *first_type,*last_type,*
current_type
; /* Used to access the double linked list */
variable in typeref:struct:
345
* current type. The global variable
current_type
points to the
372
if (
current_type
!= NULL)
374
i<=
current_type
->type_commands.last_command && !found;
376
if (strcasecmp (command,
current_type
->type_commands.names [i])==0) {
377
(*
current_type
->type_commands.callback [i]) (command_line);
473
if (
current_type
!= NULL)
474
for (i=0;i<=
current_type
->type_commands.last_command;i++) {
475
if (strncmp (
current_type
->type_commands.names [i],text,len)==0) {
478
return (dupstr (
current_type
->type_commands.names [i]))
[
all
...]
/external/syslinux/com32/gpllib/
memory.c
247
unsigned long
current_type
, last_type;
local
356
current_type
= 0;
358
if (overlap_list[i]->type >
current_type
)
359
current_type
= overlap_list[i]->type;
361
if (
current_type
!= last_type) {
370
if (
current_type
!= 0) {
372
new_bios[new_bios_entry].type =
current_type
;
375
last_type =
current_type
;
/external/bison/src/
parse-gram.c
141
static uniqstr
current_type
= NULL;
variable
[
all
...]
/external/libpng/contrib/tools/
pngfix.c
1612
current_type
(struct file *file, int code)
function
[
all
...]
/external/v8/src/asmjs/
asm-typer.cc
1177
AsmType*
current_type
;
local
[
all
...]
Completed in 1185 milliseconds