Searched refs:current (Results 1 – 12 of 12) sorted by relevance
115 if (mem->current != NULL) in tre_mem_alloc_impl()116 mem->current->next = l; in tre_mem_alloc_impl()119 mem->current = l; in tre_mem_alloc_impl()
179 tre_list_t* current; member
1086 int i, current = last_match; local1089 current += find_next;1090 if (current == -1) current = E.numrows-1;1091 else if (current == E.numrows) current = 0;1092 match = strstr(E.row[current].render,query);1094 match_offset = match-E.row[current].render;1104 erow *row = &E.row[current];1105 last_match = current;1107 saved_hl_line = current;1114 E.rowoff = current;
30 RELEASE_DIR=current
119 return (ACPI_THREAD_ID) (unsigned long) current; in AcpiOsGetThreadId()
2365 struct dso* current; in dl_iterate_phdr() local2368 for (current = head; current;) { in dl_iterate_phdr()2369 info.dlpi_addr = (uintptr_t)current->l_map.l_addr; in dl_iterate_phdr()2370 info.dlpi_name = current->l_map.l_name; in dl_iterate_phdr()2371 info.dlpi_phdr = current->phdr; in dl_iterate_phdr()2372 info.dlpi_phnum = current->phnum; in dl_iterate_phdr()2375 info.dlpi_tls_modid = current->tls_id; in dl_iterate_phdr()2376 info.dlpi_tls_data = current->tls.image; in dl_iterate_phdr()2384 current = dso_next(current); in dl_iterate_phdr()
4 does not represent the current state of the shell. It is provided anyway6 but be warned that things have changed -- the current shell is301 remembers the current directory and updates it when the cd com-327 current input file. There is a stack of input files; the current333 the current line in this variable.
136 list of items that are completions for the current string.206 current terminal foreground color is used. If no bold attribute is set,
1645 each and every predefined name within the current namespace.2516 resources within the current namespace.3898 the current source file.7031 current specifications. Includes disassembler support.7593 loaded into the root or current scope. Lin Ming.8037 different namespace scope than the current scope. (BZ 7212)8121 each output line with the current buffer offset.11716 the current scope path.11864 current status.14190 Implemented the -qc option to display the current list of ASL[all …]
297 To confirm the current setting:
444 - Remove the "stats.chunks.current", "stats.chunks.total", and
7919 // The break operation causes the current package execution to complete.9114 // Store current operating system string into Local09129 // Store current operating system string into Local0
Completed in 45 milliseconds