HomeSort by: relevance | last modified time | path
    Searched defs:current (Results 1 - 25 of 416) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/tradcpp/dist/
directive.h 36 * the place in the current line
40 struct place current; member in struct:lineplace
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_fuchsia.h 30 size_t current; // Current index into the vector. member in struct:__sanitizer::MemoryMappingLayoutData
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_fuchsia.h 30 size_t current; // Current index into the vector. member in struct:__sanitizer::MemoryMappingLayoutData
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/utils/
list.c 26 list->current = (node_t *) malloc (sizeof(struct _list_t));
27 if (list->current == NULL) {
32 list->head = list->current;
34 list->previous->next = list->current;
35 list->current->obj = obj;
36 list->current->next = NULL;
37 list->previous = list->current;
41 node_t *current; local
46 current = list->head; // go to first node
48 printf("%d\n", (int)current->obj); // print value at current nod
55 node_t *current = list->head; \/\/ go to first node local
    [all...]
  /src/external/bsd/tcpdump/dist/
netdissect-alloc.c 54 nd_mem_chunk_t *current, *previous; local
55 current = ndo->ndo_last_mem_p;
56 while (current != NULL) {
57 previous = current->prev_mem_p;
58 free(current);
59 current = previous;
  /src/sys/external/bsd/drm2/include/linux/
sched.h 59 #define current curproc macro
116 KASSERT(p == current);
  /src/usr.sbin/mopd/common/
nma.c 197 struct commDev *current; local
199 current = nmaCommDev;
201 while (current->sname != NULL) {
202 if (current->val == devno)
204 current++;
207 return(current->sname);
213 struct commDev *current; local
215 current = nmaCommDev;
217 while (current->name != NULL) {
218 if (current->val == devno
    [all...]
  /src/external/bsd/kyua-cli/dist/engine/
context_test.cpp 56 ATF_TEST_CASE_WITHOUT_HEAD(current); variable
57 ATF_TEST_CASE_BODY(current)
59 const engine::context context = engine::context::current();
114 ATF_ADD_TEST_CASE(tcs, current);
context.cpp 42 /// The current working directory.
50 /// \param cwd_ The current working directory.
74 /// \param cwd_ The current working directory.
89 /// Constructs a new context based on the current environment.
91 engine::context::current(void) function in class:engine::context
97 /// Returns the current working directory of the context.
  /src/external/gpl3/gdb/dist/gnulib/import/
dirent-private.h 35 /* Handle, reading the directory, at current position. */
36 HANDLE current; member in struct:gl_directory
msvc-inval.c 104 struct gl_msvc_inval_per_thread *current = gl_msvc_inval_current (); local
105 if (current->restart_valid)
106 longjmp (current->restart, 1);
  /src/external/gpl3/gdb.old/dist/gdb/
namespace.c 28 in the current scope. If ALIAS is NULL then the namespace is known
46 struct using_direct *current; local
52 for (current = *using_directives; current != NULL; current = current->next)
56 if (strcmp (current->import_src, src) != 0)
58 if (strcmp (current->import_dest, dest) != 0)
60 if ((alias == NULL && current->alias != NULL)
61 || (alias != NULL && current->alias == NULL
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
dirent-private.h 35 /* Handle, reading the directory, at current position. */
36 HANDLE current; member in struct:gl_directory
msvc-inval.c 104 struct gl_msvc_inval_per_thread *current = gl_msvc_inval_current (); local
105 if (current->restart_valid)
106 longjmp (current->restart, 1);
  /src/external/gpl3/gdb/dist/gdb/
namespace.c 28 in the current scope. If ALIAS is NULL then the namespace is known
46 struct using_direct *current; local
52 for (current = *using_directives; current != NULL; current = current->next)
56 if (strcmp (current->import_src, src) != 0)
58 if (strcmp (current->import_dest, dest) != 0)
60 if ((alias == NULL && current->alias != NULL)
61 || (alias != NULL && current->alias == NULL
    [all...]
  /src/games/boggle/mkdict/
mkdict.c 67 int current, len, prev, qcount; local
71 current = 1;
75 fgets(buf[current], MAXWORDLEN + 1, stdin) != NULL; ++nwords) {
76 if ((p = strchr(buf[current], '\n')) == NULL) {
77 fprintf(stderr, "word too long: %s\n", buf[current]);
85 for (p = buf[current]; *p != '\n'; p++) {
106 p = buf[current];
112 common = p - buf[current] - 1;
115 current = !current;
    [all...]
  /src/lib/libc/gen/
gr_private.h 83 char *current; /* current first/next match */ member in struct:__grstate_nis
  /src/crypto/external/cpl/trousers/dist/src/include/daa/
list.h 24 node_t *current; member in struct:__anon2305
  /src/external/bsd/tmux/dist/
cmd-attach-session.c 30 * Attach existing session to the current terminal.
54 struct cmd_find_state *current = cmdq_get_current(item); local
97 cmd_find_from_winlink_pane(current, wl, wp, 0);
99 cmd_find_from_winlink(current, wl, 0);
cmd-rotate-window.c 47 struct cmd_find_state *current = cmdq_get_current(item); local
110 cmd_find_from_winlink_pane(current, wl, wp, 0);
cmd-select-window.c 89 struct cmd_find_state *current = cmdq_get_current(item); local
123 cmd_find_from_session(current, s, 0);
125 cmdq_insert_hook(s, item, current, "after-select-window");
129 * current, switch to previous window.
136 if (current->s == s)
137 cmd_find_from_session(current, s, 0);
140 cmd_find_from_session(current, s, 0);
143 cmdq_insert_hook(s, item, current, "after-select-window");
cmd-switch-client.c 51 struct cmd_find_state *current = cmdq_get_current(item); local
131 cmd_find_from_session(current, s, 0);
  /src/external/gpl2/lvm2/dist/lib/unknown/
unknown.c 41 const struct config_node *current; local
43 for (current = sn; current != NULL; current = current->sib) {
44 if (!strcmp(current->key, "type") || !strcmp(current->key, "start_extent") ||
45 !strcmp(current->key, "tags") || !strcmp(current->key, "extent_count"))
47 new = clone_config_node(seg->lv->vg->vgmem, current, 0)
    [all...]
  /src/external/gpl3/autoconf/dist/lib/emacs/
autoconf-mode.el 65 (defun autoconf-current-defun ()
66 "Autoconf value for `add-log-current-defun-function'.
67 This tells add-log.el how to find the current macro."
83 (make-local-variable 'add-log-current-defun-function)
84 (setq add-log-current-defun-function 'autoconf-current-defun)
autotest-mode.el 66 (defun autotest-current-defun ()
67 "Autotest value for `add-log-current-defun-function'.
68 This tells add-log.el how to find the current test group/macro."
84 (make-local-variable 'add-log-current-defun-function)
85 (setq add-log-current-defun-function 'autotest-current-defun)

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>